home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMCOPYDIRECTOTY / TFORMCOPYDIRECTOTY.txt
Text File  |  2005-01-28  |  2KB  |  118 lines

  1. object FormCopyDirectoty: TFormCopyDirectoty
  2.   Left = 232
  3.   Top = 160
  4.   HelpContext = 443
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Select Directory '
  8.   ClientHeight = 375
  9.   ClientWidth = 503
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 503
  26.     Height = 312
  27.     Align = alTop
  28.     Style = bsRaised
  29.   end
  30.   object Label1: TLabel
  31.     Left = 14
  32.     Top = 12
  33.     Width = 249
  34.     Height = 16
  35.     Caption = 'Please select a directory to store database'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -13
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Label4: TLabel
  44.     Left = 14
  45.     Top = 284
  46.     Width = 93
  47.     Height = 16
  48.     AutoSize = False
  49.     Caption = 'Folder selected:'
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -13
  53.     Font.Name = 'Arial'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object labFolder: TLabel
  58.     Left = 116
  59.     Top = 284
  60.     Width = 373
  61.     Height = 20
  62.     AutoSize = False
  63.     Caption = 'E:\delphi_zip'
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clBlue
  66.     Font.Height = -12
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     ParentFont = False
  70.   end
  71.   object btnOK: TBitBtn
  72.     Left = 159
  73.     Top = 330
  74.     Width = 75
  75.     Height = 30
  76.     Caption = '&OK'
  77.     Font.Charset = ANSI_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -13
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 0
  84.     OnClick = btnOKClick
  85.   end
  86.   object btnCancel: TBitBtn
  87.     Left = 276
  88.     Top = 330
  89.     Width = 75
  90.     Height = 30
  91.     Caption = 'Can&cel'
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clWindowText
  94.     Font.Height = -13
  95.     Font.Name = 'Arial'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     TabOrder = 1
  99.     OnClick = btnCancelClick
  100.   end
  101.   object ShellTree1: TPTShellTree
  102.     Left = 13
  103.     Top = 37
  104.     Width = 473
  105.     Height = 237
  106.     HideSelection = False
  107.     Indent = 19
  108.     OnChange = ShellTree1Change
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -13
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 2
  116.   end
  117. end
  118.